home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0368.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.4 KB  |  36 lines

  1.  
  2.  
  3. Marc,
  4.  
  5. You ask a good question.  Currently, all we do with existing WWW software is as  
  6. you describe: you need write access to annote it. See
  7.  
  8. www http://info.cern.ch/hypertext/WWW/DesignIssues/LinkToLiving.html 
  9.  
  10.    and
  11. www http://info.cern.ch/hypertext/WWW/DesignIssues/Multiuser.html
  12.  
  13. for discussions in this area.  We would like to include facilities in the
  14. new protocol to allow front-end update.
  15.  
  16. One observation I have made is that many nodes are basically lists, and the  
  17. option to add a link to the list could be a simple and safer operation than  
  18. allowing full write acess.
  19.  
  20. The function would be annotate(docid1, docid2) which would, in the simplest  
  21. hypertext case, add a bit of text to the end of doc1 consisting of the title
  22. of doc2, linked to doc2 itself. This function would give allow a "reply"  
  23. feature when used on a mail message. For a newsgroup, it would equate to  
  24. "post". obviously it would be up to a server how it would impelement it (ity  
  25. could maintain alphabestical order for example, it could store the links in a  
  26. separate databse, it could formatthem anyway) -- the requirement would only be  
  27. that at the end, a link from doc1 to doc2 existed.
  28.  
  29. I'd be interested in CSCW people getting involved with the web. Certain servers
  30. could for example mention their ability to support concurrent editing of  
  31. documents for clients which support that. 
  32.  
  33.  
  34. Tim
  35.  
  36.